3.1.19 \(\int (c \sin ^m(a+b x))^{5/2} \, dx\) [19]

Optimal. Leaf size=89 \[ \frac {2 c^2 \cos (a+b x) \, _2F_1\left (\frac {1}{2},\frac {1}{4} (2+5 m);\frac {1}{4} (6+5 m);\sin ^2(a+b x)\right ) \sin ^{1+2 m}(a+b x) \sqrt {c \sin ^m(a+b x)}}{b (2+5 m) \sqrt {\cos ^2(a+b x)}} \]

[Out]

2*c^2*cos(b*x+a)*hypergeom([1/2, 1/2+5/4*m],[3/2+5/4*m],sin(b*x+a)^2)*sin(b*x+a)^(1+2*m)*(c*sin(b*x+a)^m)^(1/2
)/b/(2+5*m)/(cos(b*x+a)^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 89, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {3287, 2722} \begin {gather*} \frac {2 c^2 \cos (a+b x) \sin ^{2 m+1}(a+b x) \sqrt {c \sin ^m(a+b x)} \, _2F_1\left (\frac {1}{2},\frac {1}{4} (5 m+2);\frac {1}{4} (5 m+6);\sin ^2(a+b x)\right )}{b (5 m+2) \sqrt {\cos ^2(a+b x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c*Sin[a + b*x]^m)^(5/2),x]

[Out]

(2*c^2*Cos[a + b*x]*Hypergeometric2F1[1/2, (2 + 5*m)/4, (6 + 5*m)/4, Sin[a + b*x]^2]*Sin[a + b*x]^(1 + 2*m)*Sq
rt[c*Sin[a + b*x]^m])/(b*(2 + 5*m)*Sqrt[Cos[a + b*x]^2])

Rule 2722

Int[((b_.)*sin[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[Cos[c + d*x]*((b*Sin[c + d*x])^(n + 1)/(b*d*(n + 1
)*Sqrt[Cos[c + d*x]^2]))*Hypergeometric2F1[1/2, (n + 1)/2, (n + 3)/2, Sin[c + d*x]^2], x] /; FreeQ[{b, c, d, n
}, x] &&  !IntegerQ[2*n]

Rule 3287

Int[(u_.)*((b_.)*((c_.)*sin[(e_.) + (f_.)*(x_)])^(n_))^(p_), x_Symbol] :> Dist[b^IntPart[p]*((b*(c*Sin[e + f*x
])^n)^FracPart[p]/(c*Sin[e + f*x])^(n*FracPart[p])), Int[ActivateTrig[u]*(c*Sin[e + f*x])^(n*p), x], x] /; Fre
eQ[{b, c, e, f, n, p}, x] &&  !IntegerQ[p] &&  !IntegerQ[n] && (EqQ[u, 1] || MatchQ[u, ((d_.)*(trig_)[e + f*x]
)^(m_.) /; FreeQ[{d, m}, x] && MemberQ[{sin, cos, tan, cot, sec, csc}, trig]])

Rubi steps

\begin {align*} \int \left (c \sin ^m(a+b x)\right )^{5/2} \, dx &=\left (c^2 \sin ^{-\frac {m}{2}}(a+b x) \sqrt {c \sin ^m(a+b x)}\right ) \int \sin ^{\frac {5 m}{2}}(a+b x) \, dx\\ &=\frac {2 c^2 \cos (a+b x) \, _2F_1\left (\frac {1}{2},\frac {1}{4} (2+5 m);\frac {1}{4} (6+5 m);\sin ^2(a+b x)\right ) \sin ^{1+2 m}(a+b x) \sqrt {c \sin ^m(a+b x)}}{b (2+5 m) \sqrt {\cos ^2(a+b x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.12, size = 74, normalized size = 0.83 \begin {gather*} \frac {2 \sqrt {\cos ^2(a+b x)} \, _2F_1\left (\frac {1}{2},\frac {1}{4} (2+5 m);\frac {1}{4} (6+5 m);\sin ^2(a+b x)\right ) \left (c \sin ^m(a+b x)\right )^{5/2} \tan (a+b x)}{b (2+5 m)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c*Sin[a + b*x]^m)^(5/2),x]

[Out]

(2*Sqrt[Cos[a + b*x]^2]*Hypergeometric2F1[1/2, (2 + 5*m)/4, (6 + 5*m)/4, Sin[a + b*x]^2]*(c*Sin[a + b*x]^m)^(5
/2)*Tan[a + b*x])/(b*(2 + 5*m))

________________________________________________________________________________________

Maple [F]
time = 0.12, size = 0, normalized size = 0.00 \[\int \left (c \left (\sin ^{m}\left (b x +a \right )\right )\right )^{\frac {5}{2}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*sin(b*x+a)^m)^(5/2),x)

[Out]

int((c*sin(b*x+a)^m)^(5/2),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*sin(b*x+a)^m)^(5/2),x, algorithm="maxima")

[Out]

integrate((c*sin(b*x + a)^m)^(5/2), x)

________________________________________________________________________________________

Fricas [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: TypeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*sin(b*x+a)^m)^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: SystemError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*sin(b*x+a)**m)**(5/2),x)

[Out]

Exception raised: SystemError >> excessive stack use: stack is 4369 deep

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*sin(b*x+a)^m)^(5/2),x, algorithm="giac")

[Out]

integrate((c*sin(b*x + a)^m)^(5/2), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int {\left (c\,{\sin \left (a+b\,x\right )}^m\right )}^{5/2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*sin(a + b*x)^m)^(5/2),x)

[Out]

int((c*sin(a + b*x)^m)^(5/2), x)

________________________________________________________________________________________